Html Css Color HEX #AB600F Golden Brown

📋 copy color: '#AB600F'

red 171 ◦ green 96 ◦ blue 15

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

Shades of Golden Brown #AB600F

Tints of Golden Brown #AB600F

RGB

 RED value IS 171 (67.19% from 255) = 60.64%

 GREEN value IS 96 (37.89% from 255) = 34.04%

 BLUE value IS 15 (6.25% from 255) = 5.32%

R = 60.64%
G = 34.04%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB600F (or 0xAB600F) is known color: Golden Brown. HEX triplet: AB, 60 and 0F. RGB value is (171,96,15). Sum of RGB (Red+Green+Blue) = 171+96+15=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB600F is #549FF0. Grayscale: #6D6D6D. Windows color (decimal): -5545969 or 1007787. OLE color: 1007787.

HSL color Cylindrical-coordinate representation of color #AB600F: hue angle of 31.15º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB600F is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 15 -
CMYK 0 0.44 0.91 0.33
HSL 31.15º 0.84% 0.36% -
HSV(B) 31.15º 0.91% 0.67% -
XYZ 21.06 17.06 2.63 -
YUV 109.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 171 96 15 0 0.44 0.91 0.33 31.15 0.84 0.36
Hex AB 60 F 0 2C 5B 21 1F 54 24
Octal 253 140 17 0 54 133 41 37 124 44
Binary 10101011 1100000 1111 0 101100 1011011 100001 11111 1010100 100100

Color Harmonies of #AB600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB600F

Black with #AB600F

Text Example


Text Example

White with #AB600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB600F; }

 p { color: rgb(171,96,15); }

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

background-color css

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

 a { background-color: rgb(171,96,15); }

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

border-color css

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

 span { border-color: rgb(171,96,15); }

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