Html Css Color HEX #A85435 Orange Roughy

📋 copy color: '#A85435'

red 168 ◦ green 84 ◦ blue 53

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

Shades of Orange Roughy #A85435

Tints of Orange Roughy #A85435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 55.08%
G = 27.54%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A85435 (or 0xA85435) is known color: Orange Roughy. HEX triplet: A8, 54 and 35. RGB value is (168,84,53). Sum of RGB (Red+Green+Blue) = 168+84+53=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A85435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85435 is #57ABCA. Grayscale: #696969. Windows color (decimal): -5745611 or 3495080. OLE color: 3495080.

HSL color Cylindrical-coordinate representation of color #A85435: hue angle of 16.17º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A85435 is Cyan = 0, Magento = 0.5, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 84 53 -
CMYK 0 0.5 0.68 0.34
HSL 16.17º 0.52% 0.43% -
HSV(B) 16.17º 0.68% 0.66% -
XYZ 19.96 14.92 5.2 -
YUV 105.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 168 84 53 0 0.5 0.68 0.34 16.17 0.52 0.43
Hex A8 54 35 0 32 44 22 10 34 2B
Octal 250 124 65 0 62 104 42 20 64 53
Binary 10101000 1010100 110101 0 110010 1000100 100010 10000 110100 101011

Color Harmonies of #A85435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85435

Black with #A85435

Text Example


Text Example

White with #A85435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85435; }

 p { color: rgb(168,84,53); }

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

background-color css

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

 a { background-color: rgb(168,84,53); }

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

border-color css

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

 span { border-color: rgb(168,84,53); }

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