Html Css Color HEX #AB6707 Golden Brown

📋 copy color: '#AB6707'

red 171 ◦ green 103 ◦ blue 7

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

Shades of Golden Brown #AB6707

Tints of Golden Brown #AB6707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.65%

 BLUE value IS 7 (3.13% from 255) = 2.49%

R = 60.85%
G = 36.65%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB6707 (or 0xAB6707) is known color: Golden Brown. HEX triplet: AB, 67 and 07. RGB value is (171,103,7). Sum of RGB (Red+Green+Blue) = 171+103+7=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6707 is #5498F8. Grayscale: #707070. Windows color (decimal): -5544185 or 485291. OLE color: 485291.

HSL color Cylindrical-coordinate representation of color #AB6707: hue angle of 35.12º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB6707 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 103 7 -
CMYK 0 0.40 0.96 0.33
HSL 35.12º 0.92% 0.35% -
HSV(B) 35.12º 0.96% 0.67% -
XYZ 21.68 18.37 2.6 -
YUV 112.39 68.53 169.81 -
System Red Green Blue C M Y K H S L
Decimal 171 103 7 0 0.40 0.96 0.33 35.12 0.92 0.35
Hex AB 67 7 0 28 60 21 23 5C 23
Octal 253 147 7 0 50 140 41 43 134 43
Binary 10101011 1100111 111 0 101000 1100000 100001 100011 1011100 100011

Color Harmonies of #AB6707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6707

Black with #AB6707

Text Example


Text Example

White with #AB6707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6707; }

 p { color: rgb(171,103,7); }

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

background-color css

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

 a { background-color: rgb(171,103,7); }

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

border-color css

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

 span { border-color: rgb(171,103,7); }

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