Html Css Color HEX #AC670D Golden Brown

📋 copy color: '#AC670D'

red 172 ◦ green 103 ◦ blue 13

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

Shades of Golden Brown #AC670D

Tints of Golden Brown #AC670D

RGB

 RED value IS 172 (67.58% from 255) = 59.72%

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

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 59.72%
G = 35.76%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC670D (or 0xAC670D) is known color: Golden Brown. HEX triplet: AC, 67 and 0D. RGB value is (172,103,13). Sum of RGB (Red+Green+Blue) = 172+103+13=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC670D is #5398F2. Grayscale: #717171. Windows color (decimal): -5478643 or 878508. OLE color: 878508.

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

Color convert

RGB 172 103 13 -
CMYK 0 0.40 0.92 0.33
HSL 33.96º 0.86% 0.36% -
HSV(B) 33.96º 0.92% 0.67% -
XYZ 21.94 18.5 2.8 -
YUV 113.37 71.36 169.82 -
System Red Green Blue C M Y K H S L
Decimal 172 103 13 0 0.40 0.92 0.33 33.96 0.86 0.36
Hex AC 67 D 0 28 5C 21 22 56 24
Octal 254 147 15 0 50 134 41 42 126 44
Binary 10101100 1100111 1101 0 101000 1011100 100001 100010 1010110 100100

Color Harmonies of #AC670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC670D

Black with #AC670D

Text Example


Text Example

White with #AC670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC670D; }

 p { color: rgb(172,103,13); }

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

background-color css

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

 a { background-color: rgb(172,103,13); }

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

border-color css

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

 span { border-color: rgb(172,103,13); }

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