Html Css Color HEX #AE852B Reef Gold

📋 copy color: '#AE852B'

red 174 ◦ green 133 ◦ blue 43

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

Shades of Reef Gold #AE852B

Tints of Reef Gold #AE852B

RGB

 RED value IS 174 (68.36% from 255) = 49.71%

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 49.71%
G = 38%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE852B (or 0xAE852B) is known color: Reef Gold. HEX triplet: AE, 85 and 2B. RGB value is (174,133,43). Sum of RGB (Red+Green+Blue) = 174+133+43=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE852B is #517AD4. Grayscale: #878787. Windows color (decimal): -5339861 or 2852270. OLE color: 2852270.

HSL color Cylindrical-coordinate representation of color #AE852B: hue angle of 41.22º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE852B is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 133 43 -
CMYK 0 0.24 0.75 0.32
HSL 41.22º 0.6% 0.43% -
HSV(B) 41.22º 0.75% 0.68% -
XYZ 26.28 25.95 5.91 -
YUV 135 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 174 133 43 0 0.24 0.75 0.32 41.22 0.6 0.43
Hex AE 85 2B 0 18 4B 20 29 3C 2B
Octal 256 205 53 0 30 113 40 51 74 53
Binary 10101110 10000101 101011 0 11000 1001011 100000 101001 111100 101011

Color Harmonies of #AE852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE852B

Black with #AE852B

Text Example


Text Example

White with #AE852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE852B; }

 p { color: rgb(174,133,43); }

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

background-color css

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

 a { background-color: rgb(174,133,43); }

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

border-color css

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

 span { border-color: rgb(174,133,43); }

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