Html Css Color HEX #A85035 Orange Roughy

📋 copy color: '#A85035'

red 168 ◦ green 80 ◦ blue 53

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

Shades of Orange Roughy #A85035

Tints of Orange Roughy #A85035

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

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

R = 55.81%
G = 26.58%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A85035 (or 0xA85035) is known color: Orange Roughy. HEX triplet: A8, 50 and 35. RGB value is (168,80,53). Sum of RGB (Red+Green+Blue) = 168+80+53=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A85035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85035 is #57AFCA. Grayscale: #676767. Windows color (decimal): -5746635 or 3494056. OLE color: 3494056.

HSL color Cylindrical-coordinate representation of color #A85035: hue angle of 14.09º 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 #A85035 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 80 53 -
CMYK 0 0.52 0.68 0.34
HSL 14.09º 0.52% 0.43% -
HSV(B) 14.09º 0.68% 0.66% -
XYZ 19.66 14.32 5.1 -
YUV 103.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 168 80 53 0 0.52 0.68 0.34 14.09 0.52 0.43
Hex A8 50 35 0 34 44 22 E 34 2B
Octal 250 120 65 0 64 104 42 16 64 53
Binary 10101000 1010000 110101 0 110100 1000100 100010 1110 110100 101011

Color Harmonies of #A85035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85035

Black with #A85035

Text Example


Text Example

White with #A85035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85035; }

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

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

background-color css

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

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

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

border-color css

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

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

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