Html Css Color HEX #AB671C Golden Brown

📋 copy color: '#AB671C'

red 171 ◦ green 103 ◦ blue 28

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

Shades of Golden Brown #AB671C

Tints of Golden Brown #AB671C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 56.62%
G = 34.11%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB671C (or 0xAB671C) is known color: Golden Brown. HEX triplet: AB, 67 and 1C. RGB value is (171,103,28). Sum of RGB (Red+Green+Blue) = 171+103+28=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB671C is #5498E3. Grayscale: #737373. Windows color (decimal): -5544164 or 1861547. OLE color: 1861547.

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

Color convert

RGB 171 103 28 -
CMYK 0 0.40 0.84 0.33
HSL 31.47º 0.72% 0.39% -
HSV(B) 31.47º 0.84% 0.67% -
XYZ 21.85 18.44 3.51 -
YUV 114.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 171 103 28 0 0.40 0.84 0.33 31.47 0.72 0.39
Hex AB 67 1C 0 28 54 21 1F 48 27
Octal 253 147 34 0 50 124 41 37 110 47
Binary 10101011 1100111 11100 0 101000 1010100 100001 11111 1001000 100111

Color Harmonies of #AB671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB671C

Black with #AB671C

Text Example


Text Example

White with #AB671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB671C; }

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

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

background-color css

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

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

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

border-color css

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

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

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