Html Css Color HEX #A84C33 Orange Roughy

📋 copy color: '#A84C33'

red 168 ◦ green 76 ◦ blue 51

#A84C33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Roughy #A84C33

Tints of Orange Roughy #A84C33

RGB

 RED value IS 168 (66.02% from 255) = 56.95%

 GREEN value IS 76 (30.08% from 255) = 25.76%

 BLUE value IS 51 (20.31% from 255) = 17.29%

R = 56.95%
G = 25.76%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A84C33 (or 0xA84C33) is known color: Orange Roughy. HEX triplet: A8, 4C and 33. RGB value is (168,76,51). Sum of RGB (Red+Green+Blue) = 168+76+51=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84C33 is #57B3CC. Grayscale: #646464. Windows color (decimal): -5747661 or 3361960. OLE color: 3361960.

HSL color Cylindrical-coordinate representation of color #A84C33: hue angle of 12.82º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84C33 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 76 51 -
CMYK 0 0.55 0.70 0.34
HSL 12.82º 0.53% 0.43% -
HSV(B) 12.82º 0.7% 0.66% -
XYZ 19.33 13.73 4.76 -
YUV 100.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 168 76 51 0 0.55 0.70 0.34 12.82 0.53 0.43
Hex A8 4C 33 0 37 46 22 D 35 2B
Octal 250 114 63 0 67 106 42 15 65 53
Binary 10101000 1001100 110011 0 110111 1000110 100010 1101 110101 101011

Color Harmonies of #A84C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84C33

Black with #A84C33

Text Example


Text Example

White with #A84C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84C33; }

 p { color: rgb(168,76,51); }

 H1.HeaderClassName
 {
   color: #A84C33;
 }
 .AnyTagClassName
 {
   color: #A84C33;
 }
</style>

background-color css

<style>
 a { background-color: #A84C33; }

 a { background-color: rgb(168,76,51); }

 div.DivClassName
 {
   background-color: #A84C33;
 }
 .BgClassName
 {
   background-color: #A84C33;
 }
</style>

border-color css

<style>
 span { border-color: #A84C33; }

 span { border-color: rgb(168,76,51); }

 td.TdClassName
 {
   border-color: #A84C33;
 }
 .TagClassName
 {
   border-color: #A84C33;
 }
</style>