Html Css Color HEX #AC650A Golden Brown

📋 copy color: '#AC650A'

red 172 ◦ green 101 ◦ blue 10

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

Shades of Golden Brown #AC650A

Tints of Golden Brown #AC650A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

 BLUE value IS 10 (4.3% from 255) = 3.53%

R = 60.78%
G = 35.69%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC650A (or 0xAC650A) is known color: Golden Brown. HEX triplet: AC, 65 and 0A. RGB value is (172,101,10). Sum of RGB (Red+Green+Blue) = 172+101+10=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC650A is #539AF5. Grayscale: #707070. Windows color (decimal): -5479158 or 681388. OLE color: 681388.

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

Color convert

RGB 172 101 10 -
CMYK 0 0.41 0.94 0.33
HSL 33.7º 0.89% 0.36% -
HSV(B) 33.7º 0.94% 0.67% -
XYZ 21.72 18.1 2.64 -
YUV 111.86 70.52 170.9 -
System Red Green Blue C M Y K H S L
Decimal 172 101 10 0 0.41 0.94 0.33 33.7 0.89 0.36
Hex AC 65 A 0 29 5E 21 22 59 24
Octal 254 145 12 0 51 136 41 42 131 44
Binary 10101100 1100101 1010 0 101001 1011110 100001 100010 1011001 100100

Color Harmonies of #AC650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC650A

Black with #AC650A

Text Example


Text Example

White with #AC650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC650A; }

 p { color: rgb(172,101,10); }

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

background-color css

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

 a { background-color: rgb(172,101,10); }

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

border-color css

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

 span { border-color: rgb(172,101,10); }

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